Post processing the U.S. National Water Model with a Long Short-Term Memory network

In this paper, we investigate the potential of using the LSTM as a post-processor for the US National Water Model.

Abstract

We build three long short-term memory (LSTM) daily streamflow prediction models (deep learning networks) for 531 basins across the contiguous United States (CONUS), and compare their performance: (1) a LSTM post-processor trained on the United States National Water Model (NWM) outputs (LSTM_PP), (2) a LSTM post-processor trained on the NWM outputs and atmospheric forcings (LSTM_PPA), and (3) a LSTM model trained only on atmospheric forcing (LSTM_A). We trained the LSTMs for the period 2004–2014 and evaluated on 1994–2002, and compared several performance metrics to the NWM reanalysis. Overall performance of the three LSTMs is similar, with median NSE scores of 0.73 (LSTM_PP), 0.75 (LSTM_PPA), and 0.74 (LSTM_A), and all three LSTMs outperform the NWM validation scores of 0.62. Additionally, LSTM_A outperforms LSTM_PP and LSTM_PPA in ungauged basins. While LSTM as a post-processor improves NWM predictions substantially, we achieved comparable performance with the LSTM trained without the NWM outputs (LSTM_A). Finally, we performed a sensitivity analysis to diagnose the land surface component of the NWM as the source of mass bias error and the channel router as a source of simulation timing error. This indicates that the NWM channel routing scheme should be considered a priority for NWM improvement.

Paper

Frame, J.M., Kratzert, F., Raney, A., Rahman, M., Salas, F.R., and Nearing, G.S.. 2021. “ Post-Post-Processing the National Water Model with Long Short-Term Memory Networks for Streamflow Predictions and Model Diagnostics.” Journal of the American Water Resources Association 57( 6): 885– 905. https://doi.org/10.1111/1752-1688.12964.

Code

Code for reproducing the results can be found in this GitHub repository.

Citation

@article{frame2021postprocessing,
author = {Frame, J. M. and Kratzert, F. and Raney II, A. and Rahman, M. and Salas, F. R. and Nearing, G. S.},
title = {Post-Processing the National Water Model with Long Short-Term Memory Networks for Streamflow Predictions and Model Diagnostics},
journal = {JAWRA Journal of the American Water Resources Association},
volume = {57},
number = {6},
pages = {885-905},
doi = {https://doi.org/10.1111/1752-1688.12964},
year = {2021}
}